home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 25 / Setup.exe / scripts / DefineButton2_36 / BUTTONCONDACTION on(release).as
Text File  |  2001-11-16  |  120b  |  9 lines

  1. on(release){
  2.    PlayerName = t2;
  3.    if(PlayerName eq "")
  4.    {
  5.       PlayerName = "Anonymous";
  6.    }
  7.    play();
  8. }
  9.